home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 3 / CD ACTUAL 3.iso / linux / docs / linux-do / network- / nag-1.002 / nag-1 / TheGuide / FILESETS < prev    next >
Encoding:
Text File  |  1994-08-18  |  2.8 KB  |  82 lines

  1. #############################################################
  2. # Filesets for the various versions of the NAG
  3. #############################################################
  4.  
  5. #############################################################
  6. # TeX source files, including private & linuxdoc style files
  7. #############################################################
  8. TEXALL= toplevel/net.tex Config.tex            \
  9.     misc/title.tex misc/foreword.tex        \
  10.     intro/networks.tex intro/tcpip.tex        \
  11.     hardware/net-hw.tex hardware/serial.tex        \
  12.     config/interfaces.tex config/resolver.tex    \
  13.     slip/slip.tex slip/ppp.tex            \
  14.     inet/appl.tex                    \
  15.     sun/nis.tex sun/nfs.tex                \
  16.     uucp/uucp.tex                    \
  17.     mail/mail.tex mail/smail.tex mail/sendmail.tex    \
  18.     news/news.tex news/cnews.tex news/nntp.tex    \
  19.     news/readers.tex                \
  20.     misc/appendix.tex misc/abib.tex misc/gpl.tex    \
  21.     misc/gloss.tex misc/index.tex
  22. STYLES= styles/latex/linuxdoc.sty styles/latex/private.sty\
  23.     styles/latex/lotex.sty
  24. TEXSRC= toplevel/nag.tex $(TEXALL)
  25. TEXFIG=    $(FIG:.fig=.eepic)
  26. TEXIDX= index/nag.ind
  27. TEXDEP=    $(TEXSRC) $(STYLES) $(TEXFIG)
  28. DVI=    nag.dvi
  29.  
  30.  
  31. #############################################################
  32. # Figures in FIG 2.1 format
  33. #############################################################
  34. FIG=    figures/dns.fig figures/groucho.fig figures/iface.fig    \
  35.     figures/subnet.fig figures/subnet2.fig             \
  36.     figures/ip-flow.fig figures/flow.fig figures/gmu.fig    \
  37.     figures/uucp.fig
  38.  
  39. # epic macros needed for fig->tex conversion. Included in the source
  40. # distribution for those that don't have them.
  41. EPIC=    styles/epic.sty styles/eepic.sty
  42.  
  43.  
  44. #############################################################
  45. # Prerequisites for tex->Postscript conversion
  46. #############################################################
  47. PSSRC=  toplevel/nagps.tex $(TEXALL)
  48. PSFIG=    $(FIG:.fig=.epsf)
  49. PSIDX=  index/nagps.ind
  50. PSDEP=    $(PSSRC) $(STYLES) $(PSFIG)
  51. PS=    nag.ps nag-ps.diff
  52.  
  53. #############################################################
  54. # Prerequisites for tex->texinfo conversion
  55. #############################################################
  56. TEXISRC=nag.texi $(TEXIFIG)
  57. TEXIDEP=$(TEXISRC) $(TEXSRC)
  58. TEXIFIG=$(FIG:.fig=.texi)
  59. TEXI=    net.texi net.menu nag.texi
  60.  
  61. #############################################################
  62. # roff master file
  63. #############################################################
  64. ROFFSRC=$(ROFFFIG)
  65. ROFFDEP=$(ROFFSRC)
  66. ROFFFIG=
  67. ROFF=    nag.mm
  68.  
  69. #############################################################
  70. # Files in the distribution
  71. #############################################################
  72. BLURB=     README COPYING TODO MANIFEST Makefile
  73. SRCDIST= $(BLURB) FILESETS $(FIG) $(STYLES) $(EPIC)    \
  74.      $(TEXSRC) $(TEXIDX)                \
  75.      $(PSSRC) $(PSIDX)                \
  76.      $(TEXISRC)                     \
  77.      $(ROFFSRC)
  78. DVIDIST= $(BLURB) $(DVI)
  79. PSDIST=  $(BLURB) $(PS)
  80. TEXIDIST=$(BLURB) $(TEXI)
  81. ROFFDIST=$(BLURB) $(ROFF)
  82.